From: Eli Zaretskii Date: Tue, 1 Jul 2025 11:17:42 +0000 (+0300) Subject: ; * lisp/emacs-lisp/bytecomp.el (compilation-safety): Doc fix (bug#78394). X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~43 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=985ad1da76d2ea1ef70765fe8b4fb62fc975ae0a;p=emacs.git ; * lisp/emacs-lisp/bytecomp.el (compilation-safety): Doc fix (bug#78394). --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 594052ad263..82187a6f946 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -145,6 +145,8 @@ Possible values are: 1 - emitted code is to be generated in a safe manner, even if functions are mis-declared. +Note that \"safe\" does not mean \"correct\": if functions are declared +incorrectly, the emitted code might also be incorrect. This currently affects only code produced by native-compilation." :type 'integer :safe #'integerp